Next | Prev | Up | Top | Contents | Index

Asynchronous I/O

You can use asynchronous I/O to isolate the real-time processes in your program from the unpredictable delays caused by I/O.


Conventional Synchronous I/O
Asynchronous I/O Basics
Initializing Asynchronous I/O
Scheduling Asynchronous I/O
Checking the Progress of Asynchronous Requests
Multiple Operations to One File

Next | Prev | Up | Top | Contents | Index